Board

Board.Core.BoardApplication

BoardApplication.UpdatePauseScreenContext(string, Nullable<bool>, BoardPauseCustomButton[], BoardPauseAudioTrack[]) Method

Updates specific fields of the pause screen context while preserving others. Only the parameters you specify will be updated. All other settings remain unchanged. Pass an empty array to clear a field (e.g., customButtons: new BoardPauseCustomButton[0]).

public static void UpdatePauseScreenContext(string applicationName=null, System.Nullable<bool> showSaveOptionUponExit=null, Board.Core.BoardPauseCustomButton[] customButtons=null, Board.Core.BoardPauseAudioTrack[] audioTracks=null);

Parameters

applicationName System.String

The application name to display. If null, keeps current value.

showSaveOptionUponExit System.Nullable<System.Boolean>

true if the save progress dialog should be shown. If null, keeps current value.

customButtons BoardPauseCustomButton[]

A collection of custom action buttons. If null, keeps current value. Specify an empty array to clear.

audioTracks BoardPauseAudioTrack[]

A collection of configurable audio tracks. If null, keeps current value. Specify an empty array to clear.